home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / Fight / sabermania.swf / scripts / frame_956 / PlaceObject2_1077_6 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Text File  |  2006-05-08  |  232b  |  10 lines

  1. onClipEvent(enterFrame){
  2.    if(Key.isDown(78))
  3.    {
  4.       _root.sabermaniablock.removeMovieClip();
  5.       _root.flashsaber.removeMovieClip();
  6.       _root.myopp.removeMovieClip();
  7.       _root.gotoAndPlay("menustart");
  8.    }
  9. }
  10.